バージョン

TextEditor(String,String,Object) メソッド

TextEditor を設定するヘルパー。
シンタックス
'宣言
 
Public Overloads Function TextEditor( _
   ByVal id As System.String, _
   ByVal name As System.String, _
   ByVal value As System.Object _
) As TextEditorWrapper
public TextEditorWrapper TextEditor( 
   System.string id,
   System.string name,
   System.object value
)

パラメータ

id
コントロールの ID とフィールドの名前。
name
フィールド入力の名前。
value
エディターの値

戻り値の型

TextEditorWrapper の新しいインスタンス。
参照

オンラインで表示: GitHub